@charset "utf-8";
.row .col-sm-2.col-sm-offset-0.col-md-3 .btn.btn-info {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-left: 1px solid #F9F9F9;
	border-right: 1px solid #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	border-top: 1px solid #0AD2EB;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	background-color: #008AEE;
	min-width: 0px;
	text-align: left;
	margin-left: 0px;
	margin-right: -5px;
	font-size: 12px;
	padding-left: 0px;
}
.row .col-sm-2.col-sm-offset-0.col-md-3 .btn.btn-info:hover {
	background-color: #269DFF;
}
